projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
024ce79
)
xl: field 'type' not set in dm_info
author
Keir Fraser
<keir.fraser@citrix.com>
Fri, 26 Mar 2010 08:43:36 +0000
(08:43 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Fri, 26 Mar 2010 08:43:36 +0000
(08:43 +0000)
This fixes a bug that makes xl start qemu without the FV/PV specific
options.
From: Jean-Edouard LEJOSNE <jean-edouard.lejosne@citrix.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Acked-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
tools/libxl/xl.c
patch
|
blob
|
history
diff --git
a/tools/libxl/xl.c
b/tools/libxl/xl.c
index 2e23da3307ed94a606c7062b3fa60a577c92ffef..8518e8fd0ed4d8237e1365e2f956b95fba9cda86 100644
(file)
--- a/
tools/libxl/xl.c
+++ b/
tools/libxl/xl.c
@@
-661,6
+661,8
@@
skip_pci:
dm_info->usbdevice = strdup(buf);
}
+ dm_info->type = c_info->hvm ? XENFV : XENPV;
+
xlu_cfg_destroy(config);
}